home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-13 | 1.1 KB | 30 lines | [TEXT/EDIT] |
- -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
- -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
- --
-
- If you have a UNIX like platform (Linux, Unix BSD, HP-UX, IRIX,
- XENIX, ...), simply run one of the following script : INSTALL.SH (which
- is written in bourne shell) or INSTALL.CSH (which is written in
- c-like shell).
-
- If you have OS2, read INSTALL.OS2 file.
-
- -- General Installation Procedure --
-
- -- 1 -- Put a copy of the entire SmallEiffel directory on your
- hard disk, were you want.
-
- -- 2 -- Set the environment variable "SmallEiffel" to indicate
- the directory you have choose.
-
- -- 3 -- Compile with your C ANSI Compiler all commands stored
- in the SmallEiffel sub-directory "bin_c". Each command
- is splitted into various numbered C files. Put executables
- files in the SmallEiffel sub-directory "bin".
-
- -- 4 -- Add SmallEiffel sub_directory "bin" in your path.
-
- -- 5 -- Create the file "system.se" in the sub-directory "bin".
- This file must contain the name of your operating
- system (UNIX, DOS, OS2, WINDOWS, ...).
-